home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / logrotate.d / dpkg < prev    next >
Encoding:
Text File  |  2006-10-03  |  111 b   |  10 lines

  1. /var/log/dpkg.log {
  2.     monthly
  3.     rotate 12
  4.     compress
  5.     delaycompress
  6.     missingok
  7.     notifempty
  8.     create 640 root adm
  9. }
  10.